PoPL Lecture 2

Agenda: Tutorial on org-mode

A demonstration of emacs.

What is emacs?

Key Principles of Emacs

Org-mode

Key idea: structured note taking

Examples of literate programming

You can write source code

#+BEGIN_SRC scheme :tangle hw1-soln.rkt
#lang racket
(define x 5)
(define y 10)
#+END_SRC